Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.webapp.import.actions--actions

This contribution is part of XML component org.nuxeo.ecm.webapp.import.actions inside nuxeo-platform-webapp-core-9.10.jar /OSGI-INF/import-actions-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action help="desc.smart.import.file" id="dndBulkImportDocuments" label="label.smart.import" link="" order="10">
          <category>IMPORT_DOCUMENTS</category>
          <properties>
            <property name="chainId">FileManager.ImportWithMetaDataInSeam</property>
            <property name="layout">bulkImport@create</property>
          </properties>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action help="desc.smart.import.file" id="dndBulkImportDocuments" label="label.smart.import" link="" order="10">
      <category>IMPORT_DOCUMENTS</category>
      <properties>
        <property name="chainId">FileManager.ImportWithMetaDataInSeam</property>
        <property name="layout">bulkImport@create</property>
      </properties>
    </action>

  </extension>